home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
domacnost a kancelar
/
actual
/
atwsetup.exe
/
{app}
/
en.chm
/
features
/
destroy.php
< prev
next >
Wrap
PHP Script
|
2007-04-16
|
1KB
|
37 lines
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Closing");
?>
<h1>Closing</h1>
<p><i><b>Available in</b>:
<a href="http://www.actualtools.com/products/index.php#aim">Actual Window Manager</a>,
<a href="http://www.actualtools.com/products/index.php#awg">Actual Window Guard</a>.
</i></p>
<p>The <i><b>Closing</b> trigger</i> allows automatic execution of actions when a window begins to
<a href="closure.php">close</a>. This trigger can be initiated by:
</p>
<ul>
<li>clicking the standard (provided by <i>Windows®</i>) <i><b>Close</b> title button</i>
</li>
<li>pressing the <kbd><Alt-F4></kbd> hotkey (a.k.a. <i>keyboard shortcut</i>)
</li>
<li>the action of some other application (e.g., <span class="company">Actual Tools</span> program itself)
<i>automatically</i> performing the <a href="closure.php"><i><b>Close</b> action</i></a>
</li>
</ul>
<p>The following <a href="actions.php">actions</a> can be triggered upon closing a window:
</p>
<ul>
<li><b><a href="../userinterface/closing.php#query">Prevent unwanted closing attempts</a></b>
</li>
<li><b><a href="../userinterface/position.php#savepos">Save the position</a></b>
</li>
<li><b><a href="../userinterface/size.php#savesize">Save the size</a></b>
</li>
<li><b><a href="../userinterface/startup.php#ontop">Save the on-top state</a></b>
</li>
</ul>
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>